home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 January: Mac OS SDK
/
Dev.CD Jan 99 SDK1.toast
/
Development Kits
/
AIAT
/
Examples
/
Sources
/
PowerPlantStorage
/
PowerPlantStorage.cp
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-16
|
346 b
|
12 lines
|
[
TEXT/CWIE
]
// PowerPlantStorage.cp
// Copyright: © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
#include "PowerPlantStorage.h"
#include "PowerPlantStoreStream.h"
IAStorage* MakePowerPlantStorage(short vRef, long dirId, const StringPtr name, OSType c, OSType t) {
return IAMakeStorage(new PowerPlantStoreStream(vRef, dirId, name, c, t));
}